fmt.buffer.writeByte (method)
40 uses
fmt (current package)
format.go#L585: f.buf.writeByte(num[0])
print.go#L111: func (b *buffer) writeByte(c byte) {
print.go#L377: p.buf.writeByte('?')
print.go#L379: p.buf.writeByte('?')
print.go#L386: p.buf.writeByte('(')
print.go#L390: p.buf.writeByte('=')
print.go#L394: p.buf.writeByte('=')
print.go#L399: p.buf.writeByte(')')
print.go#L477: p.buf.writeByte('(')
print.go#L519: p.buf.writeByte('{')
print.go#L526: p.buf.writeByte('}')
print.go#L528: p.buf.writeByte('[')
print.go#L531: p.buf.writeByte(' ')
print.go#L535: p.buf.writeByte(']')
print.go#L563: p.buf.writeByte('(')
print.go#L571: p.buf.writeByte(')')
print.go#L616: p.buf.writeByte(')')
print.go#L813: p.buf.writeByte('{')
print.go#L823: p.buf.writeByte(' ')
print.go#L827: p.buf.writeByte(':')
print.go#L831: p.buf.writeByte('}')
print.go#L833: p.buf.writeByte(']')
print.go#L839: p.buf.writeByte('{')
print.go#L845: p.buf.writeByte(' ')
print.go#L851: p.buf.writeByte(':')
print.go#L856: p.buf.writeByte('}')
print.go#L897: p.buf.writeByte('{')
print.go#L904: p.buf.writeByte('}')
print.go#L906: p.buf.writeByte('[')
print.go#L909: p.buf.writeByte(' ')
print.go#L913: p.buf.writeByte(']')
print.go#L921: p.buf.writeByte('&')
print.go#L1154: p.buf.writeByte('%')
print.go#L1190: p.buf.writeByte('=')
print.go#L1194: p.buf.writeByte(')')
print.go#L1204: p.buf.writeByte(' ')
print.go#L1216: p.buf.writeByte(' ')
print.go#L1220: p.buf.writeByte('\n')
scan.go#L858: s.buf.writeByte('"')
scan.go#L925: s.buf.writeByte(b)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |